home *** CD-ROM | disk | FTP | other *** search
/ Atlas of Florida / Atlas of Florida.iso / Movies / 3.0 History / 00894_Script_894 < prev    next >
Text File  |  1994-08-23  |  162b  |  13 lines

  1. on exitFrame
  2.   global menuFlag
  3.   
  4.   setCursors "4,5"
  5.   
  6.   if menuFlag then
  7.     nothing
  8.   else
  9.     installMenu 657
  10.     set menuFlag = 1
  11.   end if
  12.   
  13. end